compress/flate.compressor.maxInsertIndex (field)

5 uses

	compress/flate (current package)
		deflate.go#L107: 	maxInsertIndex int
		deflate.go#L388: 	d.maxInsertIndex = d.windowEnd - (minMatchLength - 1)
		deflate.go#L419: 		if d.index < d.maxInsertIndex {
		deflate.go#L466: 					if index < d.maxInsertIndex {
		deflate.go#L625: 		d.maxInsertIndex = 0